* Makefile.in (.c.o): Make the rule start with a tab, not spaces.
authorJim Blandy <jimb@redhat.com>
Tue, 18 May 1993 20:35:35 +0000 (20:35 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 18 May 1993 20:35:35 +0000 (20:35 +0000)
lib-src/Makefile.in

index e38f7d53fee3a6c5f9f43623c9a483df1dbd7936..74a77a1e99eb289377588160df18189593b5838a 100644 (file)
@@ -104,7 +104,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \
 ### the information in ../src/config.h.
 ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src ${CFLAGS}
 .c.o:
-      ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
+       ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
 
 all: ${EXECUTABLES}